home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / BUG.DOC < prev    next >
Text File  |  1991-02-11  |  2KB  |  59 lines

  1. Invariably some bugs will pop up.  Here's some tip on what to do.
  2.  
  3.  
  4.  
  5. Runtime error xxx at xxxx:xxxx
  6.    This error is being reported by Turbo Pascal.  You can look up the
  7.    error number in MESSAGES.DOS to figure out what is going wrong.
  8.  
  9. Runtine error 100 at xxxx:xxxx.
  10.    If this happens at startup, your MSG.BB file is probably bad.
  11.    See if you have a BBOLDMSG.BB hanging around from the last GM command
  12.    and try renaming it to MSG.BB.
  13.  
  14. Runtime error 201 at xxxx:xxxx.
  15.    You found a bug.  See REPORTING ERRORS below
  16.  
  17. Runtime error 202 at xxxx:xxxx.
  18.    This a stack overflow and is probably a bug.
  19.  
  20. Runtime error 203 at xxxx:xxxx.
  21.    You are out of memory.  One usual problem is that you scrolled a window
  22.    forward and then left it.  New lines get tacked on the bottom but the
  23.    old ones can't go away because you have the screen stopped.
  24.  
  25. Runtime error 209 at xxxx:xxxx.
  26.    Can't find/read BB.OVR.
  27.  
  28. Overrun
  29.    The RS-232 line to the TNCs dropped a character.  This happens when
  30.    the computer gets so busy, it doesn't pull the characters off fast
  31.    enough.  You will probably see one of these every few hours.  This
  32.    seems to be normal.  If you get a lot, you need to slow down the
  33.    TNC link and/or turn monitor off.
  34.  
  35. Timeout in block loop
  36.    BB did not receive anything from the TNC for 60 seconds.  This can
  37.    be caused by RF or other noise getting into the RS-232 cables.  Or
  38.    maybe your TNC died
  39.  
  40.  
  41.  
  42. Reporting errors
  43. ----------------
  44.  
  45. Please report errors.  It may be my problem.  Send a message to
  46. AA4RE @ AA4RE.#NOCAL.CA.USA.  Include:
  47.  
  48.     1) The exact error message you got and whatever else weird
  49.        happened.
  50.     2) Your computer type and speed (example: AT clone 16 Mhz)
  51.     3) Your TNC layout (example:  PK232 on COM1)
  52.     4) Your BB and MBBIOS version numbers.
  53.     5) Your DRSI software version # (if any).
  54.     6) Your G8BPQ software version # (if any).
  55.  
  56. If the BBS created a file called DUMP.BB, sent that along too.
  57.  
  58. You should at least receive an ACK from me.
  59.